home *** CD-ROM | disk | FTP | other *** search
- * Smoothing Control - This is basically sample 003 but with the
- * default_smooth_angle set to 0 - no smoothing. This is normally
- * defaulted to 60 degrees. If the angle along any junction of 2 faces
- * is less than the smooth angle (for that layer,block,or dxf) then
- * smoothing will occur.
- * Ballsm.dxf is a variant of balls.dxf with each ball on different layers
- * (layers 1-8). Each ball is no longer a block here so representative
- * blocking will not work.
-
- global
- sky cloudy
- floor desert
- default_smooth_angle 0
-
- layer 1 smooth_angle 60 layer_texture color red finish matte
- layer 2 smooth_angle 60 layer_texture color yellow finish plastic
- layer 3 smooth_angle 60 layer_texture color green finish metallic
- layer 4 smooth_angle 60 layer_texture color blue finish glassy
- layer 5 layer_texture color red finish matte
- layer 6 layer_texture color yellow finish plastic
- layer 7 layer_texture color green finish metallic
- layer 8 layer_texture color blue finish glassy
-